home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / Sandvox 1.0.4.dmg / Sandvox.app / Contents / Designs / Gnarled.svxDesign / print.css < prev    next >
Cascading Style Sheet File  |  2006-08-04  |  548b  |  21 lines

  1. /* 
  2.    css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
  3.    css released under Creative Commons License 
  4.         - http://creativecommons.org/licenses/by-sa/2.5/ 
  5.    All associated graphics belong to their respective owners 
  6.         and are licensed separately. 
  7. */
  8.  
  9. body {
  10.     margin: 0;
  11.     font-size: 12pt;
  12.     font-family: georgia,times,serif;
  13.     color: #000;
  14. }
  15.  
  16. #logo { float: right; }
  17.  
  18. a { color: #900; font-weight: bold; text-decoration: underline; }
  19.  
  20. #page-bottom { border-top: 1px solid #000; padding-top: 4px; font-size: 10pt; }
  21.